home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / m2c / GramYacc.h < prev    next >
C/C++ Source or Header  |  1992-11-24  |  354b  |  17 lines

  1. #define DEFINITION_GramYacc
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #ifndef DEFINITION_Tree
  8. #include "Tree.h"
  9. #endif
  10.  
  11. extern IO_tFile GramYacc_yyf;
  12. extern PROC GramYacc_Exit;
  13. extern void GramYacc_ParsSpec ARGS((Tree_tTree t));
  14. extern void GramYacc_BeginGramYacc ARGS(());
  15. extern void GramYacc_CloseGramYacc ARGS(());
  16. extern void BEGIN_GramYacc();
  17.